NEWS updates for 2.11.0 (#303)
authorSteven G. Johnson <stevenj@alum.mit.edu>
Thu, 11 Sep 2025 01:00:56 +0000 (21:00 -0400)
committerGitHub <noreply@github.com>
Thu, 11 Sep 2025 01:00:56 +0000 (21:00 -0400)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 1288d103d7dda7ec793d26247543e9af1fc9d374..12974589e8d572e41e4aa16c8d5cda8e4f4e6529 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,11 +1,15 @@
 # utf8proc release history #
 
-## Version 2.11.0-alpha ##
+## Version 2.11.0 ##
 
-TBD — awaiting final Unicode 17 release.
+2024-09-10
 
  - Unicode 17 support ([#292]).
 
+ - Documentation improvements ([#295], [#291]).
+
+ - Build fix for C90 ([#284]), silence ASAN warning ([#240]), CMake modernization ([#260]).
+
 ## Version 2.10.0 ##
 
 2024-12-31
@@ -455,8 +459,13 @@ Release of version 1.0.1
 [#205]: https://github.com/JuliaStrings/utf8proc/issues/205
 [#224]: https://github.com/JuliaStrings/utf8proc/issues/224
 [#233]: https://github.com/JuliaStrings/utf8proc/issues/233
+[#240]: https://github.com/JuliaStrings/utf8proc/issues/240
 [#247]: https://github.com/JuliaStrings/utf8proc/issues/247
 [#253]: https://github.com/JuliaStrings/utf8proc/issues/253
+[#260]: https://github.com/JuliaStrings/utf8proc/issues/260
 [#270]: https://github.com/JuliaStrings/utf8proc/issues/270
 [#277]: https://github.com/JuliaStrings/utf8proc/issues/277
+[#284]: https://github.com/JuliaStrings/utf8proc/issues/284
+[#291]: https://github.com/JuliaStrings/utf8proc/issues/291
 [#292]: https://github.com/JuliaStrings/utf8proc/issues/292
+[#295]: https://github.com/JuliaStrings/utf8proc/issues/295